@charset "UTF-8";
img{max-width: 100%}
@keyframes check {
    50% {
        transform: scale(1.2)
    }
}
.nowrap {
    white-space: nowrap;
}
.promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 20px;
}

.promise-box label {
    font-size: 18px;
    max-width: unset !important;
    width: auto !important;
}

.promise-box label {
    padding-left: 0;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #B9B8C3;
    transition: all .2s ease;
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2489c5;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}

button.confirm-btn {
    font-size: 15px;
    border: none;
    background: none !important;
    margin-left: 10px;
    outline: none !important;
    cursor: pointer;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all .3s ease;
}

.inp-cbx:checked + .cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transition: all .3s ease;
}

.inp-cbx:checked + .cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span {
    border-color: #2489c5;
    background: #2489c5;
    animation: check .6s ease;
}

.security_box {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
}

.user-cbx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.user-cbx .promise-box {
    margin-bottom: 0;
}

.mini-text {
    font-size: 11px;
    color: #8b8989;
}

.variant-selected-area {
    display: flex;
}

.variant-selected-area > div:not(:last-child) {
    margin-right: 20px;
}

.variant-selected-option label {
    margin: 0;
}

.variant-inner {
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}

.variant-style {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #c72b26;
}

.variant-selected-option input:checked ~ label .variant-style {
    background-color: #c72b26;
}

.drop-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.dropdown-area {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.message-row {
    display: flex;
    justify-content: space-between;
}
.message-row textarea {
    resize: none;
}
.message-left {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    min-width: 120px;
    width: 100%;
}

.message-content .message-row:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.order-status {
    display: flex;
    justify-content: space-between;
}

.order-status a:not(:last-child) {
    margin-right: 10px;
}

.order-status a {
    font-size: 14px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
    padding: 5px;
}

.order-status a:hover {
    background-color: #fff;
}
.order-status a.active {
    background-color: #1e9ff2;
    color: #fff;
}

.verticle-td-table td {
    vertical-align: middle;
}
.table-features-area {
    display: flex;
}

.table-features-area > div:not(:last-child) {
    margin-right: 10px;
}
.order-top-title span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    min-width: 157px;
}

.order-top-title {
    font-size: 16px;
}
.order-detail-box-title {font-size: 16px;font-weight: 700;}

.order-info {
    font-size: 15px;
}

.order-info span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    min-width: 105px;
}
.text-blue {
    color: #0000ff;
}
.order-table-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.order-left {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.order-table {
    margin-top: 10px;
}
.icon-trues i {
    position: relative;
    top: 1px;
}
.drop-left button {
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .current-img {
        margin-top: 15px;
    }
    .drop-left {
        align-items: flex-start;
    }
}
.selected-categories {
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    padding-left: 6px;
    position: relative;
    font-weight: 600;
}

.category-item:not(:last-child):after {
    content: "\f112";
    font-size: 16px;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    left: 1px;
}

.select-loader {
    position: relative;
}

.select-loader:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
    border-top: 1px solid #0a0a0a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: none;
    -webkit-animation: select_loader 500ms infinite linear;
    animation: select_loader 500ms infinite linear;
}

@-webkit-keyframes select_loader {
    0%{
        -webkit-transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}

@keyframes select_loader {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

.select-loader.active:before{
    display: block;
}
.cat-select-message {
    font-size: 13px;
    margin-top: 5px;
    color: #0f0;
    font-weight: 600;
    display:none;
}

.selected-categories a.selected {color: #0f0;}

.special-area {
    font-size: 18px;
    margin-top: 20px;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.categories-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 44px;
}
.categories-left {
    width: 50%;
}

.categories-right {
    width: 50%;
}

.mini-img {
    max-width: 100%;
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.ct-border{
    padding: 10px;
    border: 1px solid #d3cfcf;
    width: 100%;
}
.selected-categories * {
    margin-bottom: 5px;
}
.selected-box {
    display: flex;
    align-items: center;
}
.remove-row-area {
    margin-left: 15px;
}
.img-item {
    width: 150px;
    margin: 0 15px 15px 15px;
}
.img-area img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.img-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.img-row label {
    margin-bottom: 0;
}
.img-row i {
    font-size: 18px !important;
}
.status-icon {
    padding-right: 5px;
}
.position-area input {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
}
.del-area {
    padding-left: 3px;
}
.product-images-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-img-status {
    display: none;
}
.md-text {
    font-size: 16px;
    color: #000;
}
.variant-error {
    font-size: 17px;
    font-weight: 560;
    margin: 15px 0;
}
.image-select-list li {
    display: inline-block;
    margin-bottom: 10px;
}

.image-select-list input {
    display: none;
}

.image-select-list label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.image-select-list label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.image-select-list label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.image-select-list :checked+label {
    border-color: #1E9FF2;
}

.image-select-list :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}


.image-select-list ul {list-style: none;padding: 0;margin: 10px 0 0 0;}

.image-select-list ul li:not(:last-child) {
    margin-right: 20px;
}

.image-select-list {
    margin-top: 30px;
}
.drop-menu-icon {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 28px !important;
}

.drop-menu-icon img {
    width: 35px;
}
.banner-img-item img {
    max-width: 100%;
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.banner-img-item {
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.banner-selected-style input:checked ~ .banner-img-item {
    border-color: #1E9FF2
}
.banner-selected-style label {display: block;width: 100%;margin: 0;}
.main-category-reload {
    color: blue;
    margin-left: 5px;
    cursor:pointer
}
.main-category-reload:hover {
    text-decoration: underline
}

.variant-options-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.variant-options-area span {
    display: flex;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.table-features-area > div {
    width: 100%;
    text-align: center;
}
.table-features-area label {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.table-features-area input {
    display: none;
}
.ft-table-style {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-color: #ff4961;
    background-position: center;
    background-repeat: no-repeat;
}

.table-features-area input:checked ~ label .ft-table-style {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");background-color: #28d094;}

.inner-no-br br {
    display: none !important;
}
.variant-row {
    font-size: 12px;
}
.variant-row:after {
    content: "/";
    margin: 0 5px;
}
.variants .variant-row:last-child:after {
    display: none;
}
#order-status-text {
    font-size: 16px;
    font-weight: 500;
}
.cargo-img img {
    max-width: 50%;
}
.variants {
    max-width: 600px;
}
.drop-text {
    font-size: 16px;
}
.position-area {display: flex;align-items: center;border: 1px solid #babfc7;border-radius: 0.35rem;overflow: hidden;}

.position-area .form-control {
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-radius: 0 !important;
    padding: 0 5px !important;
    height: 35px;
}

.current-position {
    padding: 0 10px;
}
.ps-select {
    width: 100%;
    padding-right: 5px;
}
.c-name-top {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.v-name-text {
    margin-right: 5px;
}
.message-right {
    min-width: 122px;
}
.setting-trigger {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.setting-trigger span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.info-section {
    display: flex;
    justify-content: space-between;
}

.info-text {
    font-size: 14px;
}

.info-text i {
    margin-right: 0 !important;
    font-size: 16px !important;
}
.site-settings-page .nav .nav-item a {
    display: block !important;
    width: 100% !important;
}
.search-box-bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 383.23 119.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230a0a0a%3B%7D%3C/style%3E%3C/defs%3E%3Cg %3E%3Cg %3E%3Cpath class='cls-1' d='M383.23 68.07c-1.49 2-1.24 4.43-1.83 6.64-6.9 26-29.07 43.7-56.42 44.86-1.25.05-2.5.06-3.74.06q-129.61 0-259.21 0c-26.25 0-47.86-13.94-57.36-36.85C-11.42 44 16 1.76 58.29.07c1 0 2-.06 3-.06Q191.63 0 322 0c27.88 0 50.8 16.66 58.68 42.38 1 3.26 1.71 6.61 2.56 9.91ZM191.3 110.92v0c44.64 0 89.29.3 133.92-.1 32.55-.28 56.17-32.22 47.84-63.74-6.12-23.17-25.94-38.29-50.45-38.3q-127.19-.06-254.38 0c-3.74 0-7.49-.05-11.22.07C26.87 9.77 3.56 39.3 9.48 68.94c5 25.12 25.26 41.91 50.89 42Q125.83 111 191.3 110.92Z'/%3E%3Cpath class='cls-1' d='M340.64 55.66a28.09 28.09 0 0 1-4.51 15.57c-1.08 1.67-1.06 2.68.43 4.07 3.55 3.33 6.94 6.83 10.35 10.3 2.64 2.7 3 5.34.89 7.13-2.55 2.15-4.78 1.17-6.86-1-3.22-3.3-6.61-6.45-9.72-9.86-1.7-1.86-2.86-2.13-5.25-.75-10.52 6.07-21.28 6-31.41-.73-10.41-6.86-14.86-17-13-29.35 1.72-11.73 8.56-19.74 19.71-23.7C320.52 20.53 340.67 35.07 340.64 55.66Zm-51-1.95c0 18.07 17.26 28.19 31.47 20.59 2.38-1.28 2.4-4.29 4.56-5.13 3.28-1.25 4.31-3.94 5.22-6.77 2.81-8.68.87-16.38-5.75-22.49s-14.61-7.44-22.86-3.78S289.94 46.57 289.66 53.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.v-detail-span span:not(:last-child):after {
    content: " -";
}

tr.p-variant {
    background-color: #f1f1f1;
}

tr.p-variant td {
    border-color: #fff;
}
.form-variant-control {
    height: 100%;
    display: flex;
    align-items: center;
}

.form-variant-control label {
    margin: 0;
    display: flex;
    align-items: center;
}

.form-variant-control label:not(:last-child) {
    margin-right: 20px;
}

.form-variant-control label input {
    margin-right: 8px;
}
.v-detail {
    display: flex;
    align-items: center;
}

.v-detail-span {
    margin-right: 15px;
    width: 100%;
    max-width: 50%;
}

.v-area .v-detail:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.stock-table input {
    margin-left: auto;
    width: 180px
}

.process-loader {
    position: relative;
    width: 100%;
}
.process-loader.success input {
    border: 1px solid #0f0;
}
.process-loader:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-top: 2px solid #0f0;
    animation: select_loader 500ms infinite linear;
    display: none;
}
.process-loader.loaded:after {
    display: block;
}

.page-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    line-height: 1.25;
    color: #2d343b;
    background-color: #fff;
    border: 1px solid #dee2e6;
    min-width: 35px;
    height: 35px;
}

.page-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d343b;
}

.page-item.active{
    background: #2d343b;
    color: #fff;
}
.page-item:hover{
    background: #2d343b;
}
.page-item:hover a {
    color:#fff;
}